You are here: Interface > Offline Help

1Integrate Offline Help

By default, clicking the Help button within 1Integrate opens the online WebHelp. However, this button can be configured to open local offline documentation instead.

Note: The configuration of offline help is only advised for environments without access to the internet, as local help files will not receive updates as often as the online help.

Before performing the configuration, ensure your local help files are places somewhere accessible on your local network. If the help files have not been provided with your release, please contact your vendor or 1Spatial Support.

ClosedConfigure Offline Help (Wildfly)

  1. Open the settings.properties file (located within C:\Program Files\1Spatial\1Integrate\1Integrate-[version]_wildfly\SETTINGS).

  2. Edit the value for the help_base_url parameter to the location of your local help files.

    help_base_url=[location of help files]

    Where [location of help files] is replaced with the path to your local help files.

ClosedConfigure Offline Help (WebLogic)

  1. Log into your WebLogic console as administrator.

  2. Navigate to your 1Integrate Interface server.

  3. Open the Server Start tab.

  4. Click Lock & Edit to enable modifications to be made to your configuration.

  5. Add the following parameter to the Arguments text field (include a space at the beginning, but no not add any new lines).

    -Dhelp_base_url=[location of help files]

    Where [location of help files] is replaced with the path to your local help files.

  6. Click Save.

  7. Click Release Configuration.

  8. Restart your 1Integrate Interface server.

Note: Offline help can also be configured before installation by adding the following parameter to the config.properties file (generated by the installer once it is opened): 1Integrate_par_user_defined=-Dhelp_base_url=[location of help files] (where [location of help files] is replaced with the path to your local help files).